home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
xes120.lha
/
XES
/
REXX
/
AddLibraries.xdme
next >
Wrap
Text File
|
1994-11-09
|
636b
|
21 lines
/* AddLibraries.xdme */
/* This adds the libraries used by XES. */
if exists("libs:rexxsupport.library") then do
if ~show("L","rexxsupport.library") then
call addlib("rexxsupport.library",0,-30,0)
end
else say "You need RexxSupport.library"
if exists("libs:rexxreqtools.library") then do
if ~show("L","rexxreqtools.library") then
call addlib("rexxreqtools.library",0,-30)
end
else say "You need RexxReqTools.library"
if exists("libs:rexxarplib.library") then do
if ~show("L","rexxarplib.library") then
call addlib("rexxarplib.library",0,-30)
end
else say "You need RexxArpLib.library"